home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1995 June / MacFormat 25.iso / Shareware City / Developers / OutOfPhase1.1 Source / OutOfPhase Folder / CmdDlgTwoParams.h < prev    next >
Text File  |  1994-04-09  |  650b  |  29 lines

  1. /* CmdDlgTwoParams.h */
  2.  
  3. #ifndef Included_CmdDlgTwoParams_h
  4. #define Included_CmdDlgTwoParams_h
  5.  
  6. /* CmdDlgTwoParams module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Memory */
  12. /* Screen */
  13. /* EventLoop */
  14. /* Menus */
  15. /* TextEdit */
  16. /* SimpleButton */
  17. /* WrapTextBox */
  18. /* DataMunging */
  19. /* Main */
  20. /* Alert */
  21. /* Numbers */
  22.  
  23. /* present a dialog box that allows the user to edit two parameters */
  24. /* returns True if the user changes the value and clicks OK. */
  25. MyBoolean                CommandDialogTwoParams(char* Prompt, char* FirstBoxName,
  26.                                     double* FirstDataInOut, char* SecondBoxName, double* SecondDataInOut);
  27.  
  28. #endif
  29.